Eclipse Platform
Pre-release 3.0

org.eclipse.ui.texteditor
Class AnnotationType

java.lang.Object
  extended byorg.eclipse.ui.texteditor.AnnotationType

public class AnnotationType
extends Object


Constructor Summary
AnnotationType(String type, String[] superTypes)
           
 
Method Summary
 AnnotationPreference getPreference()
          For internal use only.
 String[] getSuperTypes()
           
 String getType()
           
 boolean isSubtype(String superType)
           
 void setAnnotationPreference(AnnotationPreference preference)
          For internal use only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationType

public AnnotationType(String type,
                      String[] superTypes)
Method Detail

getType

public String getType()

getSuperTypes

public String[] getSuperTypes()

getPreference

public AnnotationPreference getPreference()
For internal use only. Visibility will be changed to default.


setAnnotationPreference

public void setAnnotationPreference(AnnotationPreference preference)
For internal use only. Visibility will be changed to default.


isSubtype

public boolean isSubtype(String superType)

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.